home *** CD-ROM | disk | FTP | other *** search
/ Into His Marvelous Light / Into His Marvelous LIGHT.iso / lesson1.dxr / 00018_Script_EXIT < prev    next >
Text File  |  2001-09-05  |  262b  |  15 lines

  1.  
  2. on mouseEnter me
  3.   set the member of sprite the currentSpriteNum to member "exit 1 enter"
  4.  
  5. end
  6.  
  7. on mouseLeave me
  8.   set the member of sprite the currentSpriteNum to member "exit 1 leave"
  9.  
  10. end
  11.  
  12. on mouseUp me
  13.   go to "credits" of movie "ending"
  14. end
  15.